max objectfile *~ vtimes~;
max objectfile >~ vgreaterthan~;
max objectfile >=~ vgreaterthaneq~;
max objectfile ==~ vequals~;
max objectfile <~ vlessthan~;
max objectfile <=~ vlessthaneq~;
max objectfile +~ vplus~;
max objectfile /~ vdiv~;
max objectfile !=~ vnotequals~;
max objectfile !/~ vrdiv~;
max objectfile !-~ vrminus~;
max objectfile -~ vminus~;
max objectfile !=~ vnotequals~;
max objectfile abs~ vabs~;
max objectfile acos~ vacos~;
max objectfile acosh~ vacosh~;
max objectfile asin~ vasin~;
max objectfile asinh~ vasinh~;
max objectfile atan~ vatan~;
max objectfile atanh~ vatanh~;
max objectfile cosh~ vcosh~;
max objectfile cosx~ vcosx~;
max objectfile div~ vdiv~;
max objectfile equals~ vequals~;
max objectfile greaterthan~ vgreaterthan~;
max objectfile greaterthaneq~ vgreaterthaneq~;
max objectfile lessthan~ vlessthan~;
max objectfile lessthaneq~ vlessthaneq~;
max objectfile log~ vlog~;
max objectfile maximum~ vmaximum~;
max objectfile minimum~ vminimum~;
max objectfile minus~ vminus~;
max objectfile notequals~ vnotequals~;
max objectfile plus~ vplus~;
max objectfile pow~ vpow~;
max objectfile rdiv~ vrdiv~;
max objectfile rminus~ vrminus~;
max objectfile sinh~ vsinh~;
max objectfile sinx~ vsinx~;
max objectfile sqrt~ vsqrt~;
max objectfile tanh~ vtanh~;
max objectfile tanx~ vtanx~;
max objectfile times~ vtimes~;
max objectfile trunc~ vtrunc~;
